Exceptions 属性的作用是列举方法中可能抛出的受检异常(Checked Exceptions),
Exceptions
Checked Exceptions
也就是方法描述时在 throw 关键字后边列举的异常。
throw